home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Netscape Public License
- * Version 1.1 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1998-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Joe Hewitt (hewitt@netscape.com)
- * Jason Kersey (kerz@netscape.com)
- * Pierre Chanial (chanial@noos.fr)
- * Dean Tessman (dean_tessman@hotmail.com)
- * Blake Ross (blake@cs.stanford.edu)
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the NPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the NPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
- @import url("chrome://global/skin/");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #PersonalToolbar {
- min-height: 26px;
- }
-
- /* ::::: bookmark buttons ::::: */
-
- toolbarbutton.bookmark-item {
- margin: 0;
- min-width: 0;
- max-width: 13em;
- padding: 2px 3px;
- }
-
- toolbarbutton.bookmark-item:hover:active,
- toolbarbutton.bookmark-item[open="true"] {
- padding: 3px 2px 1px 4px;
- }
-
- .bookmark-item > .toolbarbutton-icon {
- width: 16px;
- height: 16px;
- }
-
- /* Prevent [mode="icons"] from hiding the label */
- .bookmark-item > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- .bookmark-item > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- #wrapper-personal-bookmarks .toolbarpaletteitem-box {
- width: 16px;
- height: 16px;
- background: url("chrome://browser/skin/Bookmarks-folder.png") no-repeat !important;
- }
-
- .bookmarks-toolbar-customize {
- display: none;
- max-width: 15em !important;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
- display: -moz-box;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
- visibility: hidden;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
- visibility: hidden;
- }
-
- /* ::::: bookmark menus ::::: */
-
- menu.bookmark-item,
- menuitem.bookmark-item {
- min-width: 0;
- max-width: 26em;
- border-top: 1px solid transparent !important;
- border-bottom: 1px solid transparent !important;
- padding: 1px 3px 1px 2px;
- margin-top: -1px;
- }
-
- .bookmark-item > .menu-iconic-left > .menu-iconic-icon {
- width: 16px;
- height: 16px;
- }
-
- /* ..... drag and drop styles ..... */
-
- .bookmark-item[dragover-left="true"] {
- -moz-border-left-colors: #000000;
- }
- .bookmark-item[dragover-right="true"] {
- -moz-border-right-colors: #000000;
- }
- .bookmark-item[dragover-top="true"] {
- -moz-border-top-colors: #000000;
- }
- .bookmark-item[dragover-bottom="true"] {
- -moz-border-bottom-colors: #000000;
- }
-
- /* ::::: bookmark items ::::: */
-
- .bookmark-item {
- list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
- -moz-image-region: rect(0px, 16px, 16px, 0px)
- }
-
- .bookmark-item[container="true"] {
- -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
- }
-
- .bookmark-item[open="true"],
- .bookmark-item[container="true"][open="true"] {
- -moz-image-region: rect(16px, 32px, 32px, 16px) !important;
- }
-
- /* livemarks have the same layout as folder-item, but in the browser-only livemark-item.png */
- /* only the folder icon has any effect for now, item icon is unused */
- .bookmark-item[livemark="true"] {
- list-style-image: url("chrome://browser/skin/livemark-item.png") !important;
- }
-
- .bookmark-item[type="menu"][livemark="true"] {
- -moz-image-region: rect(0px, 48px, 16px, 32px) !important;
- }
-
- .bookmark-item[type="menu"][livemark="true"][open="true"] {
- -moz-image-region: rect(16px, 48px, 32px, 32px) !important;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- -moz-box-orient: vertical;
- min-width: 0px;
- list-style-image: url("chrome://browser/skin/Toolbar.png");
- }
-
- .toolbarbutton-1 .toolbarbutton-icon {
- margin-right: 0px;
- }
-
- toolbar[mode="full"] .toolbarbutton-1,
- toolbar[mode="full"] .toolbarbutton-menubutton-button {
- min-width: 57px;
- }
-
- .toolbarbutton-1, .toolbarbutton-menubutton-button {
- padding: 5px;
- }
-
- .toolbarbutton-1:hover:active:not([disabled]),
- .toolbarbutton-1[open="true"],
- .toolbarbutton-menubutton-button:hover:active:not([disabled]),
- .toolbarbutton-menubutton-button[open="true"] {
- padding: 5px 4px 5px 6px;
- }
-
- .toolbarbutton-1[checked="true"] {
- padding: 5px 4px 5px 6px !important;
- }
-
- .toolbarbutton-1[type="menu-button"] {
- padding: 0px !important;
- }
-
- .toolbarbutton-menubutton-stack,
- .toolbarbutton-menubutton-button,
- .toolbarbutton-menubutton-stack:hover,
- .toolbarbutton-menubutton-button:hover,
- .toolbarbutton-menubutton-stack:hover:active,
- .toolbarbutton-menubutton-button:hover:active {
- margin: 0 !important;
- display: -moz-box;
- }
-
- toolbar[mode="icons"] .toolbarbutton-text {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-icon {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-text {
- padding: 0 !important;
- margin: 3px 5px !important;
- }
-
- /* ::::: 24px primary toolbar buttons ::::: */
-
- #back-button {
- -moz-image-region: rect(0px 30px 30px 0px);
- }
-
- /* back button-- */
-
- #back-button[buttonover="true"] {
- -moz-image-region: rect(30px 30px 60px 0px);
- }
- #back-button[disabled="true"] {
- -moz-image-region: rect(60px 30px 90px 0px) !important;
- }
-
- /* forward button */
-
- #forward-button {
- -moz-image-region: rect(0px 60px 30px 30px);
- padding-right: 2px;
- }
- #forward-button[buttonover="true"] {
- -moz-image-region: rect(30px 60px 60px 30px);
- }
- #forward-button[disabled="true"] {
- -moz-image-region: rect(60px 60px 90px 30px) !important;
- }
-
- /* stop button */
-
- #stop-button {
- -moz-image-region: rect(0px 90px 30px 60px);
- }
- #stop-button:hover {
- -moz-image-region: rect(30px 90px 60px 60px);
- }
- #stop-button[disabled="true"] {
- -moz-image-region: rect(60px 90px 90px 60px) !important;
- }
-
- /* reload button */
-
- #reload-button {
- -moz-image-region: rect(0px 120px 30px 90px);
- }
- #reload-button:hover {
- -moz-image-region: rect(30px 120px 60px 90px);
- }
- #reload-button[disabled="true"] {
- -moz-image-region: rect(60px 120px 90px 90px);
- }
-
- /* home button */
-
- #home-button {
- -moz-image-region: rect(0px 150px 30px 120px);
- }
- #home-button:hover {
- -moz-image-region: rect(30px 150px 60px 120px);
- }
-
- /* download manager button */
-
- #downloads-button {
- -moz-image-region: rect(0px 180px 30px 150px);
- }
- #downloads-button:hover {
- -moz-image-region: rect(30px 180px 60px 150px);
- }
- #downloads-button[disabled="true"] {
- -moz-image-region: rect(60px 180px 90px 150px) !important;
- }
-
- /* history sidebar button */
-
- #history-button {
- -moz-image-region: rect(0px 210px 30px 180px);
- }
- #history-button:hover {
- -moz-image-region: rect(30px 210px 60px 180px);
- }
- #history-button[disabled="true"] {
- -moz-image-region: rect(60px 210px 90px 180px) !important;
- }
-
- /* bookmark sidebar button */
-
- #bookmarks-button {
- -moz-image-region: rect(0px 240px 30px 210px);
- }
- #bookmarks-button:hover {
- -moz-image-region: rect(30px 240px 60px 210px);
- }
- #bookmarks-button[disabled="true"] {
- -moz-image-region: rect(60px 240px 90px 210px) !important;
- }
- #bookmarks-button[checked="true"] {
- -moz-image-region: rect(30px 240px 60px 210px) !important;
- }
-
- /* print button */
-
- #print-button {
- -moz-image-region: rect(0px 270px 30px 240px);
- }
- #print-button:hover {
- -moz-image-region: rect(30px 270px 60px 240px);
- }
- #print-button[disabled="true"] {
- -moz-image-region: rect(60px 270px 90px 240px) !important;
- }
-
- /* new tab button */
-
- #new-tab-button {
- -moz-image-region: rect(0px 300px 30px 270px);
- }
- #new-tab-button:hover {
- -moz-image-region: rect(30px 300px 60px 270px);
- }
- #new-tab-button[disabled="true"] {
- -moz-image-region: rect(60px 300px 90px 270px) !important;
- }
-
- /* new window button */
-
- #new-window-button {
- -moz-image-region: rect(0px 330px 30px 300px);
- }
- #new-window-button:hover {
- -moz-image-region: rect(30px 330px 60px 300px);
- }
- #new-window-button[disabled="true"] {
- -moz-image-region: rect(60px 330px 90px 300px) !important;
- }
-
- /* cut button */
-
- #cut-button {
- -moz-image-region: rect(0px 360px 30px 330px);
- }
- #cut-button:hover {
- -moz-image-region: rect(30px 360px 60px 330px);
- }
- #cut-button[disabled="true"] {
- -moz-image-region: rect(60px 360px 90px 330px) !important;
- }
-
- /* copy button */
-
- #copy-button {
- -moz-image-region: rect(0px 390px 30px 360px);
- }
- #copy-button:hover {
- -moz-image-region: rect(30px 390px 60px 360px);
- }
- #copy-button[disabled="true"] {
- -moz-image-region: rect(60px 390px 90px 360px);
- }
-
- /* paste button */
-
- #paste-button {
- -moz-image-region: rect(0px 420px 30px 390px);
- }
- #paste-button:hover {
- -moz-image-region: rect(30px 420px 60px 390px);
- }
- #paste-button[disabled="true"] {
- -moz-image-region: rect(60px 420px 90px 390px);
- }
-
- /* mail button */
-
- #mail-button {
- -moz-image-region: rect(0px 450px 30px 420px);
- }
- #mail-button:hover {
- -moz-image-region: rect(30px 450px 60px 420px);
- }
- #mail-button[disabled="true"] {
- -moz-image-region: rect(60px 450px 90px 420px);
- }
-
-
- /* ::::: 16px primary toolbar buttons ::::: */
-
- toolbar[iconsize="small"] .toolbarbutton-1 {
- -moz-box-orient: vertical;
- list-style-image: url("chrome://browser/skin/Toolbar-small.png");
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1 .toolbarbutton-icon {
- margin-right: 0px;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1, toolbar[iconsize="small"] .toolbarbutton-menubutton-button {
- padding: 3px;
- margin-right: 2px;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1:hover:active:not([disabled]),
- toolbar[iconsize="small"] .toolbarbutton-1[open="true"],
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button:hover:active:not([disabled]),
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[open="true"] {
- padding: 3px 2px 3px 4px;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] {
- padding: 3px 2px 3px 4px !important;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"] {
- padding: 0px !important;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-menubutton-stack,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-stack:hover,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button:hover,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-stack:hover:active,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button:hover:active {
- margin: 0 !important;
- display: -moz-box;
- }
-
-
- /* back button-- */
-
- toolbar[iconsize="small"] #back-button {
- -moz-image-region: rect(0px 20px 20px 0px);
- }
-
- toolbar[iconsize="small"] #back-button[buttonover="true"] {
- -moz-image-region: rect(20px 20px 40px 0px);
- }
- toolbar[iconsize="small"] #back-button[disabled="true"] {
- -moz-image-region: rect(40px 20px 60px 0px) !important;
- }
-
- /* forward button */
-
- toolbar[iconsize="small"] #forward-button {
- -moz-image-region: rect(0px 40px 20px 20px);
- padding-right: 2px;
- }
- toolbar[iconsize="small"] #forward-button[buttonover="true"] {
- -moz-image-region: rect(20px 40px 40px 20px);
- }
- toolbar[iconsize="small"] #forward-button[disabled="true"] {
- -moz-image-region: rect(40px 40px 60px 20px) !important;
- }
-
- /* stop button */
-
- toolbar[iconsize="small"] #stop-button {
- -moz-image-region: rect(0px 60px 20px 40px);
- }
- toolbar[iconsize="small"] #stop-button:hover {
- -moz-image-region: rect(20px 60px 40px 40px);
- }
- toolbar[iconsize="small"] #stop-button[disabled="true"] {
- -moz-image-region: rect(40px 60px 60px 40px) !important;
- }
-
- /* reload button */
-
- toolbar[iconsize="small"] #reload-button {
- -moz-image-region: rect(0px 80px 20px 60px);
- }
- toolbar[iconsize="small"] #reload-button:hover {
- -moz-image-region: rect(20px 80px 40px 60px);
- }
- toolbar[iconsize="small"] #reload-button[disabled="true"] {
- -moz-image-region: rect(40px 80px 60px 60px);
- }
-
- /* home button */
-
- toolbar[iconsize="small"] #home-button {
- -moz-image-region: rect(0px 100px 20px 80px);
- }
- toolbar[iconsize="small"] #home-button:hover {
- -moz-image-region: rect(20px 100px 40px 80px);
- }
-
- /* download manager button */
-
- toolbar[iconsize="small"] #downloads-button {
- -moz-image-region: rect(0px 120px 20px 100px);
- }
- toolbar[iconsize="small"] #downloads-button:hover {
- -moz-image-region: rect(20px 120px 40px 100px);
- }
- toolbar[iconsize="small"] #downloads-button[disabled="true"] {
- -moz-image-region: rect(40px 120px 60px 100px) !important;
- }
-
- /* history sidebar button */
-
- toolbar[iconsize="small"] #history-button {
- -moz-image-region: rect(0px 140px 20px 120px);
- }
- toolbar[iconsize="small"] #history-button:hover {
- -moz-image-region: rect(20px 140px 40px 120px);
- }
- toolbar[iconsize="small"] #history-button[disabled="true"] {
- -moz-image-region: rect(40px 140px 60px 120px) !important;
- }
-
- /* bookmark sidebar button */
-
- toolbar[iconsize="small"] #bookmarks-button {
- -moz-image-region: rect(0px 160px 20px 140px);
- }
- toolbar[iconsize="small"] #bookmarks-button:hover {
- -moz-image-region: rect(20px 160px 40px 140px);
- }
- toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
- -moz-image-region: rect(40px 160px 60px 140px) !important;
- }
- toolbar[iconsize="small"] #bookmarks-button[checked="true"] {
- -moz-image-region: rect(20px 160px 40px 140px) !important;
- }
-
- /* print button */
-
- toolbar[iconsize="small"] #print-button {
- -moz-image-region: rect(0px 180px 20px 160px);
- }
- toolbar[iconsize="small"] #print-button:hover {
- -moz-image-region: rect(20px 180px 40px 160px);
- }
- toolbar[iconsize="small"] #print-button[disabled="true"] {
- -moz-image-region: rect(40px 180px 60px 160px) !important;
- }
-
- /* new tab button */
-
- toolbar[iconsize="small"] #new-tab-button {
- -moz-image-region: rect(0px 200px 20px 180px);
- }
- toolbar[iconsize="small"] #new-tab-button:hover {
- -moz-image-region: rect(20px 200px 40px 180px);
- }
- toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
- -moz-image-region: rect(40px 200px 60px 180px) !important;
- }
-
- /* new window button */
-
- toolbar[iconsize="small"] #new-window-button {
- -moz-image-region: rect(0px 220px 20px 200px);
- }
- toolbar[iconsize="small"] #new-window-button:hover {
- -moz-image-region: rect(20px 220px 40px 200px);
- }
- toolbar[iconsize="small"] #new-window-button[disabled="true"] {
- -moz-image-region: rect(40px 220px 60px 200px) !important;
- }
-
- /* cut button */
-
- toolbar[iconsize="small"] #cut-button {
- -moz-image-region: rect(0px 240px 20px 220px);
- }
- toolbar[iconsize="small"] #cut-button:hover {
- -moz-image-region: rect(20px 240px 40px 220px);
- }
- toolbar[iconsize="small"] #cut-button[disabled="true"] {
- -moz-image-region: rect(40px 240px 60px 220px) !important;
- }
-
- /* copy button */
-
- toolbar[iconsize="small"] #copy-button {
- -moz-image-region: rect(0px 260px 20px 240px);
- }
- toolbar[iconsize="small"] #copy-button:hover {
- -moz-image-region: rect(20px 260px 40px 240px);
- }
- toolbar[iconsize="small"] #copy-button[disabled="true"] {
- -moz-image-region: rect(40px 260px 60px 240px);
- }
-
- /* paste button */
-
- toolbar[iconsize="small"] #paste-button {
- -moz-image-region: rect(0px 280px 20px 260px);
- }
- toolbar[iconsize="small"] #paste-button:hover {
- -moz-image-region: rect(20px 280px 40px 260px);
- }
- toolbar[iconsize="small"] #paste-button[disabled="true"] {
- -moz-image-region: rect(40px 280px 60px 260px);
- }
-
- /* mail button */
-
- toolbar[iconsize="small"] #mail-button {
- -moz-image-region: rect(0px 300px 20px 280px);
- }
- toolbar[iconsize="small"] #mail-button:hover {
- -moz-image-region: rect(20px 300px 40px 280px);
- }
- toolbar[iconsize="small"] #mail-button[disabled="true"] {
- -moz-image-region: rect(40px 300px 60px 280px);
- }
-
-
- /* ::::: fullscreen window controls ::::: */
-
- #window-controls {
- -moz-box-align: center;
- padding: 0 2px 0 4px;
- border-left: 2px solid;
- -moz-border-left-colors: ThreeDHighlight ThreeDShadow;
- }
-
- #minimize-button {
- list-style-image: url("chrome://global/skin/icons/Minimize.gif");
- }
- #restore-button {
- list-style-image: url("chrome://global/skin/icons/Restore.gif");
- }
- #close-button {
- list-style-image: url("chrome://global/skin/icons/Close.gif");
- }
-
- /* ::::: nav-bar-inner ::::: */
-
- #urlbar {
- margin: 2px 3px;
- }
-
- /* ::::: page proxy icon ::::: */
-
- #page-proxy-deck,
- #page-proxy-favicon,
- #page-proxy-button {
- width: 16px;
- height: 16px;
- }
-
- #page-proxy-deck {
- cursor: -moz-grab;
- margin: 2px 3px;
- }
-
- #page-proxy-favicon {
- list-style-image: none;
- }
-
- #page-proxy-button {
- list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
- -moz-image-region: rect(0px, 16px, 16px, 0px);}
-
- #page-proxy-button[pageproxystate="invalid"] {
- cursor: default;
- -moz-image-region: rect(16px, 16px, 32px, 0px) !important;
- }
-
-
- statusbarpanel#statusbar-display {
- padding-left: 0;
- }
-
- /* ::::: autocomplete ::::: */
-
- .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
- color: #555566;
- }
-
- /* ::::: go button ::::: */
-
- #go-button {
- list-style-image: url("chrome://browser/skin/Go.png");
- -moz-image-region: rect(0px 20px 20px 0px);
- padding: 2px 5px 2px 3px;
- }
-
- #go-button:hover {
- -moz-image-region: rect(0px 40px 20px 20px);
- }
-
- #go-button:hover:active {
- padding: 3px 4px 1px 4px;
- }
-
- #go-button[disabled="true"] {
- -moz-image-region: rect(0px 60px 20px 40px);
- }
-
- #go-button > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- #sidebar {
- background-color: Window;
- }
-
- /* ::::: content area ::::: */
-
- #status-bar {
- border-top: none;
- }
-
- #security-button {
- list-style-image: none;
- min-width: 20px;
- -moz-box-direction: reverse;
- display: none;
- }
-
- #security-button[level="high"] {
- list-style-image: url("chrome://browser/skin/Secure.png");
- display: -moz-box;
- }
-
- #security-button[level="low"] {
- list-style-image: url("chrome://browser/skin/Secure.png");
- display: -moz-box;
- }
-
- #security-button[level="broken"] {
- list-style-image: url("chrome://browser/skin/Security-broken.png");
- display: -moz-box;
- }
-
- /* XXXsw prevent margins of a value-less label from shifting the image */
- #security-button > label:not([value]) {
- display: none;
- }
-
- #page-report-button {
- list-style-image: none;
- width: 20px;
- display: none;
- }
-
- #page-report-button[blocked] {
- list-style-image: url("chrome://browser/skin/Popup-blocked.png");
- display: -moz-box;
- }
-
- #page-theme-button {
- display: none;
- }
-
- #page-theme-button[themes] {
- display: -moz-box;
- list-style-image: url("chrome://browser/skin/page-themes.png");
- padding: 0px 3px 0px 3px;
- }
-
- #livemark-button {
- list-style-image: none;
- width: 20px;
- display: none;
- }
-
- #livemark-button[livemarks] {
- list-style-image: url("chrome://browser/skin/page-livemarks.png");
- display: -moz-box;
- }
-
- /* ::::: throbber ::::: */
-
- #navigator-throbber {
- -moz-appearance: none;
- -moz-user-focus: ignore;
- margin: 0 !important;
- border: none !important;
- padding: 0px !important;
- min-width: 0;
- background-color: transparent;
- list-style-image: url("chrome://browser/skin/Throbber.png");
- }
-
- #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/Throbber.gif");
- }
-
- toolbar[iconsize="small"] #navigator-throbber,
- toolbar[mode="text"] #navigator-throbber {
- list-style-image: url("chrome://browser/skin/Throbber-small.png");
- }
- toolbar[iconsize="small"] #navigator-throbber[busy="true"],
- toolbar[mode="text"] #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/Throbber-small.gif");
- }
-
- .tabs-closebutton > .toolbarbutton-icon {
- margin-right: 0px !important;
- padding-right: 2px !important;
- padding-left: 2px !important;
- }
-
- .tabs-closebutton {
- list-style-image: url("chrome://global/skin/icons/close.png");
- -moz-appearance: none;
- -moz-image-region: rect(0px, 16px, 16px, 0px);
- padding: 4px 2px;
- border: none !important;
- }
-
- .tabs-closebutton:hover {
- -moz-image-region: rect(0px, 32px, 16px, 16px);
- }
-
- .tabs-closebutton:hover:active {
- -moz-image-region: rect(0px, 48px, 16px, 32px);
- }
-
- #sidebar-box .tabs-closebutton {
- margin-bottom: 0px !important;
- padding: 0px 2px 0px 2px !important;
- }
-
- #FindToolbar > .tabs-closebutton {
- border: 1px solid transparent;
- padding: 3px 2px 4px 2px !important;
- }
-
- toolbarbutton.chevron {
- list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
- }
-
- toolbarbutton.chevron > .toolbarbutton-text {
- display: none; /* hide chevron label */
- }
-
- toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
- display: -moz-box; /* display chevron icon in text mode */
- }
-
- toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
- display: -moz-box;
- }
-
- toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
- display: none;
- }
-
- #sidebar-throbber[loading="true"] {
- list-style-image: url("chrome://global/skin/icons/Loading.gif");
- }
-
- #urlbar[level="high"] > .autocomplete-textbox-container {
- background-color: #00FF00 !important;
- -moz-appearance: none;
- }
- #urlbar[level="low"] > .autocomplete-textbox-container {
- background-color: #FFFF00 !important;
- -moz-appearance: none;
- }
-
- #urlbar[level="broken"] > .autocomplete-textbox-container {
- background-color: #FF0000 !important;
- color: #FFFFFF !important;
- -moz-appearance: none;
- }
-
- #urlbar[level="high"] > .autocomplete-textbox-container > .info-icon {
- list-style-image: url("chrome://browser/skin/Secure.png");
- }
- #urlbar[level="low"] > .autocomplete-textbox-container > .info-icon {
- list-style-image: url("chrome://browser/skin/Secure.png");
- }
- #urlbar[level="broken"] > .autocomplete-textbox-container > .info-icon {
- list-style-image: url("chrome://browser/skin/Security-broken.png");
- }
-
-